home *** CD-ROM | disk | FTP | other *** search
- object ConfigForm: TConfigForm
- Left = 392
- Top = 115
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Setup'
- ClientHeight = 334
- ClientWidth = 238
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 190
- Top = 14
- Width = 34
- Height = 33
- Picture.Data = {<image001.ico>}
- Transparent = True
- OnDblClick = Image1DblClick
- end
- object Image2: TImage
- Left = 0
- Top = -1
- Width = 22
- Height = 334
- Picture.Data = {<image002.bmp>}
- end
- object GroupBox1: TGroupBox
- Left = 26
- Top = 4
- Width = 153
- Height = 45
- Caption = 'Timer'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 19
- Width = 53
- Height = 13
- Caption = 'Refresh all '
- end
- object Label2: TLabel
- Left = 128
- Top = 19
- Width = 13
- Height = 13
- Caption = 'ms'
- end
- object Edit1: TEdit
- Left = 72
- Top = 15
- Width = 41
- Height = 21
- TabOrder = 0
- Text = '500'
- end
- object UpDown1: TUpDown
- Left = 113
- Top = 15
- Width = 8
- Height = 21
- Associate = Edit1
- Min = 10
- Max = 10000
- Increment = 100
- Position = 500
- TabOrder = 1
- Thousands = False
- Wrap = False
- end
- end
- object Button1: TButton
- Left = 185
- Top = 272
- Width = 49
- Height = 25
- Caption = '&Ok'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 185
- Top = 304
- Width = 49
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object GroupBox2: TGroupBox
- Left = 26
- Top = 111
- Width = 153
- Height = 106
- Caption = 'Mem Viewer ...'
- TabOrder = 3
- object CheckBox3: TCheckBox
- Left = 11
- Top = 36
- Width = 109
- Height = 17
- Hint = 'Show free memory instead of occupied memory'
- Caption = 'Show free memory'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = CheckBox3Click
- end
- object RadioButton1: TRadioButton
- Left = 12
- Top = 54
- Width = 65
- Height = 17
- Hint = 'Only show bar'
- Caption = 'Show bar'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object RadioButton2: TRadioButton
- Left = 12
- Top = 70
- Width = 79
- Height = 17
- Hint = 'Only show gauge in the Taskbar'
- Caption = 'Show gauge'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object RadioButton3: TRadioButton
- Left = 12
- Top = 86
- Width = 71
- Height = 17
- Hint = 'Show bar and gauge'
- Caption = 'Show both'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- TabStop = True
- end
- object CheckBox2: TCheckBox
- Left = 11
- Top = 18
- Width = 121
- Height = 17
- Hint = 'Launch Mem Viewer on startup of windows'
- Caption = 'Launch with windows'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- end
- object GroupBox3: TGroupBox
- Left = 26
- Top = 223
- Width = 153
- Height = 106
- Caption = 'Hint'
- TabOrder = 4
- object CheckBox1: TCheckBox
- Left = 11
- Top = 33
- Width = 129
- Height = 17
- Caption = 'Show hint on tray icon'
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- object c1: TRadioButton
- Left = 27
- Top = 51
- Width = 113
- Height = 17
- Caption = 'Show percentage'
- Checked = True
- Enabled = False
- TabOrder = 1
- TabStop = True
- end
- object c2: TRadioButton
- Left = 27
- Top = 67
- Width = 113
- Height = 17
- Caption = 'Show memory used'
- Enabled = False
- TabOrder = 2
- end
- object c3: TRadioButton
- Left = 27
- Top = 83
- Width = 70
- Height = 17
- Caption = 'Show both'
- Enabled = False
- TabOrder = 3
- end
- object CheckBox4: TCheckBox
- Left = 11
- Top = 16
- Width = 99
- Height = 17
- Caption = 'Show hint on bar'
- TabOrder = 4
- OnClick = CheckBox4Click
- end
- end
- object GroupBox4: TGroupBox
- Left = 26
- Top = 53
- Width = 201
- Height = 52
- Caption = 'Timer thread priority'
- TabOrder = 5
- object Label3: TLabel
- Left = 8
- Top = 32
- Width = 17
- Height = 13
- Caption = 'Idle'
- end
- object Label4: TLabel
- Left = 80
- Top = 32
- Width = 33
- Height = 13
- Caption = 'Normal'
- end
- object Label5: TLabel
- Left = 152
- Top = 32
- Width = 45
- Height = 13
- Caption = 'RealTime'
- end
- object TrackBar1: TTrackBar
- Left = 8
- Top = 16
- Width = 177
- Height = 17
- Hint = 'Set the priority of the Timer thread'
- Max = 6
- Orientation = trHorizontal
- Frequency = 1
- Position = 1
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsNone
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- Left = 344
- Top = 8
- end
- end
-